home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / Z-SQL-METHOD.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  637 b   |  17 lines

  1. Z SQL Method Object: Query relational databases with SQL
  2.  
  3.   Description
  4.  
  5.     Z SQL Methods allows you to access data in SQL databases.
  6.  
  7.     Z SQL Methods define and call SQL statements on databases which
  8.     are defined by database adapter objects. To create a new Z SQL
  9.     Method you will need to setup a database adapter first.  Every Z
  10.     SQL Method is directly linked to a database connection through a
  11.     database adapter.
  12.  
  13.     **Note:** You must associate a Z SQL method with a database
  14.     adapter.  If Zope cannot find a database adapter from your
  15.     location, you will not be able to create a Z SQL Method.
  16.  
  17.